home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / superview-lib_dev / example_svoperators / extractgrayscales / smakefile < prev    next >
Makefile  |  1995-03-09  |  569b  |  23 lines

  1. ExtractGrayScales.svoperator: SP_AsmPart.o SP_RecogSubs.o SP_SuperVisor.o SP_BufferSubs.o
  2.  
  3.               SLINK WITH smakefile.wth
  4.               Copy ExtractGrayScales.svoperator HD1:libs/svoperators
  5.               Copy ExtractGrayScales.svoperator ///libs/svoperators
  6.               ExecLibs >NIL: KILL *
  7.  
  8. SP_AsmPart.o : SP_AsmPart.a
  9.  
  10.               Asm -iinclude: -m0 SP_AsmPart.a
  11.  
  12. SP_RecogSubs.o : SP_RecogSubs.c
  13.  
  14.               SC SP_RecogSubs.c
  15.  
  16. SP_SuperVisor.o : SP_SuperVisor.c
  17.  
  18.           SC SP_SuperVisor.c
  19.  
  20. SP_BufferSubs.o : SP_BufferSubs.c
  21.  
  22.           SC SP_BufferSubs.c
  23.